PowerTCP Mail for .NET
ReadToDelimiter(List<Byte[]>) Method




A list of delimiters to search for.
Read until a delimiter is found, an exception is thrown, or the connection is closed.
Syntax
Public Overloads Function ReadToDelimiter( _
   ByVal delimiters As List(Of Byte()) _
) As Data
Dim instance As TcpBase
Dim delimiters As List(Of Byte())
Dim value As Data
 
value = instance.ReadToDelimiter(delimiters)
public Data ReadToDelimiter( 
   List<byte[]> delimiters
)
public: Data* ReadToDelimiter( 
   List<byte[]>* delimiters
) 
public:
Data^ ReadToDelimiter( 
   List<array<byte>>^ delimiters
) 

Parameters

delimiters
A list of delimiters to search for.

Return Value

A Data object encapsulating the received data.
Exceptions
ExceptionDescription
DataExceptionThe delimiter was not found. The DataException.DataRead property contains any data received before the failure occurred.
Remarks

This method blocks until a delimiter is found, an exception is thrown, or the server closes the connection. The value of Data.Delimiter is set to the found delimiter, if any.

If a DataException is thrown, the DataException.DataRead property contains any data received prior to the exception.

See Also

Reference

TcpBase Class
TcpBase Members
Overload List


PowerTCP Mail for .NET Documentation Version 4.3
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic